home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 11⁄3⁄89 / 0006-Modal Dialogs⁄Menu d-Nov89 < prev    next >
Encoding:
Text File  |  1989-11-03  |  1.3 KB  |  31 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  A33          to A34
  2.  
  3. Item    6556800                         1-Nov-89        15:02
  4.  
  5. From:   D4684                           Robins Analytics, S Robins,PRT
  6.  
  7. To:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Modal Dialogs/Menu disabling
  10.  
  11. Hi,
  12.     in MPW, when you use commando all menu's are disabled except for the edit
  13. menu. I need to duplicate this functionality for my modal dialogs that contain
  14. edit text. How can I do this in MacApp. I have overridden
  15. TMyApplication.InModalMenuState to see if the front window's fIsModal field is
  16. true, but all this does is not allow menu clicks, it doesn't gray the menu's I
  17. want it to and it doesn't leave the edit menu enabled. The method I will try
  18. next is to override the dialog views DoSetUpMenus to not call inherited. This
  19. may be the solution, but even if it is I would like your opinions on the best
  20. way to do it.
  21.     Also, there is a bug in View Edit that won't allow you to change the class
  22. name for a TDialogView. I have been going in with a file editor and changing
  23. the name in the resource directly (requiring me to invent names exactly 11
  24. characters long). I want to avoid having to derez and rez. Has this bug been
  25. fixed? How can I get a version that doesn't have it?
  26.  
  27. Thanks,
  28. Doug Ahmann
  29. Robins Analytics
  30.  
  31.